/*
Theme Name: 	Chesapeake Sunrise Winery LLC  
Theme URI: 		https://harvestridgewinery.com
Author: 		Vin
Author URI: 	https://vinagency.com/
Description: 	
License: 		Copyright 2019 Chesapeake Sunrise Winery LLC  
Version:  		1.0

Contents:
				normalize
				typography
				icons
				links
				transitions
				layout
				menus
				header
				header layouts
				footer
				footer layouts
				overlay menu
				overlay-menu-layouts
				utility menu
				color
				posts
				wine
				beer
				events
				vineyards
				clubs
				trade
				press
				pages
				forms
				util
				components
				media queries
				print
				grid



Breakpoints:
				mobile first
				xs mobile	480px
				sm tablet	768px
				md desktop	999px
				lg desktop	1200px
				xl desktop	1400px


*/



/* =normalize */

html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
overflow-y:scroll;
overflow-x:hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
margin: 0;
padding: 0;
}
div, section, article,
aside, header, footer,
span, p, address, li, a, dl, dt, dd,
input, button {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing:border-box;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]){
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
max-width:100%;
height:auto;
vertical-align: bottom;
color: transparent;
}
svg:not(:root){
overflow: hidden;
}
figure {
margin: 0;
}
hr {
clear: both;
border:none;
border-top-width:2px;
border-top-style:solid;
border-color: transparent;
height:0;
margin-top:3em;
margin-bottom:3em;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
margin: 0 0 .5em;
-webkit-appearance: textfield;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
margin: 0;
padding: 0.35em 0.625em 1.00em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
::-moz-selection {
background: #333;
color: #fff;
}
::selection {
background: #333;
color: #fff;
}



/* =typography */

body {
font-size: 16px;
line-height: 1.5em;
}
h1, h2, h3 {
font-weight: normal;
text-rendering: optimizeLegibility;
font-variant-ligatures: common-ligatures;
}
h1 {
font-size: 2.5em;
line-height: 1em;

/*z-index: 1000;
position: relative;*/
/*margin-top: -2rem;
margin-bottom: 2rem;*/

/*margin-top: .5em;
margin-bottom: .75em;*/
}
h2 {
font-size: 1.5em;
line-height: 1.25em;
margin-top: 1.5em;
margin-bottom: .75em;
text-transform: uppercase;
}
h2.size-1 {
font-size: 3em;
line-height: 1.125em;
}
h2.size-2 {
font-size: 2em;
line-height: 1.25em;
}
h2.tight {
margin-bottom: .5em;
}
h2 + h3 {
margin-top: -.5em;
}
h3,
h2.size-3 {
font-size: 1.25em;
line-height: 1.125em;
margin-top: 2em;
margin-bottom: 1em;
text-transform: uppercase;
}
h2.size-3 {
font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
}
p + h3 {
margin-top: 2em;
}
h3 + h4 {
margin-top: 0;
}
h4 {
font-size:1em;
font-weight: bold;
font-size:1em;
line-height: 1.125em;
margin-top: 1.5em;
margin-bottom: 1em;
}
h5 {
font-size:1em;
font-weight: normal;
text-transform: uppercase;
margin-bottom: .5em;
}
/*div > h1:first-child,
div > h2:first-child,
div > h3:first-child {
margin-top: 0;
}*/
p, address {
line-height: 1.5em;
margin-top: 0;
margin-bottom: 1em;
}
p:empty {
display: none;
}
/*p:last-child {
margin-bottom: 0;
}*/
address {
font-style: normal;
}
label {
/*font-size: .825em;*/
line-height: 1em;
display: block;
}
label.inline {
display: inline-block;
margin-right: 15px;
}
li {
margin-bottom: .5em;
}
ol, ul {
margin-top: 0;
margin-bottom: 1.5em;
padding-left: 20px;
}
ul li {
list-style-type: square;
}
ol ol li {
list-style-type: lower-alpha;
}
ol ol ol li {
list-style-type: lower-roman;
}
ul ul,
ul ol,
ol ol,
ol ul {
margin-top: .5em;
margin-bottom: .5em;
}
.bulleted li {
list-style: none;
position:relative;
}
.bulleted li:before {
content: '\b7\a0';
position: absolute;
right: 100%;
font-size: 2em;
line-height: 0;
top: .3em;
}
.bulleted li li:before {
opacity: .5;
}
.bulleted li li li:before {
opacity: .25;
}
dl, dt, dd {
margin:0;
}
dl {
margin-top: 0;
margin-bottom: 1.5em;
}
dt {
font-weight: bold;
}
dd {
}
blockquote {
padding:30px;
margin:0 0 1.5em;
border: 1px solid transparent;
}
blockquote h2,
blockquote h3 {
margin-top: 0;
}
blockquote *:last-child {
margin-bottom: 0;
}
cite {
font-style: normal;
}
.large-text {
font-size:1.25em;
}
.small-text {
font-size:.875em;
letter-spacing: .25px;
}
.uppercase {
text-transform: uppercase;
}
.lowercase {
text-transform: lowercase;
}
.capitalize {
text-transform: capitalize;
}
.intro p {
font-size: 1.25em;
font-family: 'Libre Caslon Text', 'Times New Roman', Times, serif;
text-align: center;
}
.serif {
font-family: 'Libre Caslon Text', 'Times New Roman', Times, serif;
}
hr.small {
width:50px;
border-top-width: 10px;
margin-top:2em;
margin-bottom:2em;
/*margin-left: 0;
margin-right: 0;*/
}
hr.medium {
width:200px;
margin-top:2em;
margin-bottom:2em;
/*margin-left: 0;
margin-right: 0;*/
}
hr.thin {
border-top-width: 1px;
}
hr.thick {
border-top-width: 4px;
}
hr.double {
border-top-width: 4px;
border-top-style: double;
}
hr.dotted {
border-top-style: dotted;
}
hr.dashed {
border-top-style: dashed;
}
hr.spacer,
hr.spacer-small,
hr.spacer-large {
border:none;
height: 1px;
}
hr.spacer {
margin-top: 80px;
margin-bottom: 0;
}
hr.spacer-small {
margin-top: 1.5em;
margin-bottom: 0;
}
hr.spacer-large {
margin-top: 3em;
margin-bottom: 3em;
}
.text-144 { font-size:144px; }
.text-108 { font-size:108px; }
.text-90 { font-size:90px; }
.text-72 { font-size:72px; }
.text-60 { font-size:60px; }
.text-54 { font-size:54px; }
.text-48 { font-size:48px; }
.text-42 { font-size:42px; }
.text-36 { font-size:36px; }
.text-30 { font-size:30px; }
.text-24 { font-size:24px; }
.text-21 { font-size:21px; }
.text-18 { font-size:18px; }
.text-16 { font-size:16px; }
.text-14 { font-size:14px; }
.text-12 { font-size:12px; }
.text-10 { font-size:10px; }

.text-144,
.text-108,
.text-90,
.text-72,
.text-60,
.text-54,
.text-48,
.text-42,
.text-36,
.text-30,
.text-24,
.text-21,
.text-18,
.text-16,
.text-14,
.text-12,
.text-10 {
line-height: 1.3em;
}
h2.script {
color:#a17d00;
font-size: 48px;
line-height: 1em;
margin-top: 0;
margin-bottom: .25em;
}
.white-box h2.script {
padding-top: .5em;
margin-bottom: 1rem;
}
h2 + hr.script {
margin-top: -1rem;
}
h2.size-1 + hr.script {
margin-bottom: 3rem;
}
h2.script + hr.script {
margin-top: 1rem;
margin-bottom: 3rem;
}
hr.script {
position: relative;
border: none;
margin-top: 0;
margin-bottom: 1.5rem;
height: 1rem;
}
hr.script:after {
display: block;
content: "—";
font-family: 'Lobster', cursive;
font-size:8em;
line-height: 2rem;
padding-right: 5px;
color: rgba(0,0,0,.1);
/*color:#a17d00;*/
text-align: center;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.script {
font-family: 'Lobster', cursive;
}
/*h2.text-48.script {
margin-top: 0;
color:#a17d00 !important;
}*/
.blue-hen-blue {
color:#54def4;
}


/* =icons */

@font-face {
font-family: 'Icons';
src: url('fonts/entypo.eot?34446412');
src: url('fonts/entypo.eot?34446412#iefix') format('embedded-opentype'),
	 url('fonts/entypo.woff?34446412') format('woff'),
	 url('fonts/entypo.ttf?34446412') format('truetype'),
	 url('fonts/entypo.svg?34446412#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: 'Icons';
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
line-height: 1em;
}
a i:hover {
cursor:pointer;
}
i {
cursor:default;
}

.icon-account:before { content: '\e800'; } /* '' */
.icon-mail:before { content: '\e801'; } /* '' */
.icon-search:before { content: '\e802'; } /* '' */
.icon-layout:before { content: '\e803'; } /* '' */
.icon-menu:before { content: '\e804'; } /* '' */
.icon-plus:before { content: '\e805'; } /* '' */
.icon-minus:before { content: '\e806'; } /* '' */
.icon-help:before { content: '\e807'; } /* '' */
.icon-phone:before { content: '\e808'; } /* '' */
.icon-cart:before { content: '\e809'; } /* '' */
.icon-down-open:before { content: '\e80a'; } /* '' */
.icon-left-open:before { content: '\e80b'; } /* '' */
.icon-right-open:before { content: '\e80c'; } /* '' */
.icon-up-open:before { content: '\e80d'; } /* '' */
.icon-down-open-mini:before { content: '\e80e'; } /* '' */
.icon-left-open-mini:before { content: '\e80f'; } /* '' */
.icon-right-open-mini:before { content: '\e810'; } /* '' */
.icon-up-open-mini:before { content: '\e811'; } /* '' */
.icon-down-open-big:before { content: '\e812'; } /* '' */
.icon-left-open-big:before { content: '\e813'; } /* '' */
.icon-right-open-big:before { content: '\e814'; } /* '' */
.icon-up-open-big:before { content: '\e815'; } /* '' */
.icon-bookmark:before { content: '\e816'; } /* '' */
.icon-location:before { content: '\e817'; } /* '' */
.icon-facebook:before { content: '\e818'; } /* '' */
.icon-twitter:before { content: '\e819'; } /* '' */
.icon-pinterest:before { content: '\e81a'; } /* '' */
.icon-linkedin:before { content: '\e81b'; } /* '' */
.icon-vimeo:before { content: '\e81c'; } /* '' */
.icon-tools:before { content: '\e81d'; } /* '' */
.icon-camera:before { content: '\e81e'; } /* '' */
.icon-cancel:before { content: '\e81f'; } /* '' */
.icon-check:before { content: '\e820'; } /* '' */
.icon-instagram:before { content: '\e821'; } /* '' */
.icon-cog:before { content: '\e822'; } /* '' */
.icon-home:before { content: '\e823'; } /* '' */
.icon-gplus:before { content: '\e824'; } /* '' */
.icon-youtube:before { content: '\e825'; } /* '' */
.icon-down-thin:before { content: '\e826'; } /* '' */
.icon-left-thin:before { content: '\e827'; } /* '' */
.icon-right-thin:before { content: '\e828'; } /* '' */
.icon-up-thin:before { content: '\e829'; } /* '' */





/* =links */

a {
text-decoration: none;
}
h1 a,
h2 a,
h3 a {
text-decoration: none;
}
.button,
.button:link,
.button:visited,
.button:hover,
.button:focus,
.button:active,
button,
input[type=submit] {
font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
display: inline-block;
cursor: pointer;
font-size: 16px;
text-decoration: none;
text-transform: uppercase;
letter-spacing: .5px;
padding: 15px 20px;
margin:5px;
border:1px solid transparent;
outline: 5px solid transparent;
border-radius: 1px;
-webkit-appearance:none;
}
.button:hover,
.button:focus,
.button:active,
button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
text-decoration: none;
}
.button-clear,
.button-clear:link,
.button-clear:visited {
display: inline-block;
cursor: pointer;
padding: .75em 15px;
font-size: 14px;
text-transform: uppercase;
letter-spacing: .5px;
text-decoration: none;
background-color :transparent;
border:1px solid transparent;
border-radius: 1px;
-webkit-appearance:none;
}
/*p .button,
p .button:link,
p .button:visited,
p button {
margin-bottom: .5em;
}*/
.button i,
.more-link i {
margin-left:-4px;
}
.small-link {
font-size: 14px;
letter-spacing: .5px;
text-transform: uppercase;
text-decoration: none;
}
.more-link {
font-size:14px;
padding:.25em 0;
text-transform: uppercase;
letter-spacing: 1px;
text-decoration: none;
}
.block {
display: block;
position: relative;
text-decoration: none;
}
.nodeco,
.no-deco {
text-decoration: none;
}



/* =transitions */

a, a:link, a:visited, 
a:visited:hover, a:hover,
a:focus, a:active, a:focus:hover, a:focus:active, a:active:hover,
button, button:hover, button:focus,
input[type=submit], input[type=submit]:hover, input[type=submit]:focus,
input,
select,
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=date],
textarea,
input:focus,
select:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=date]:focus,
textarea:focus,
.overlay-menu-toggle,
.overlay-menu-toggle:hover,
.block h1, .block h2, .block h3, .block p,
.block:hover h1, .block:hover h2, .block:hover h3, .block:hover p,
.block:visited:hover h1, .block:visited:hover h2, .block:visited:hover h3, .block:visited:hover p {
-webkit-transition: color .25s ease-out, opacity .25s ease-out, background-color .25s ease-out;
-moz-transition: color .25s ease-out, opacity .25s ease-out, background-color .25s ease-out;
-ms-transition: color .25s ease-out, opacity .25s ease-out, background-color .25s ease-out;
transition: color .25s ease-out, opacity .25s ease-out, background-color .25s ease-out;
}
.transition {
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
}



/* =layout */

.header,
.main,
.footer {
position: relative;
}
.main {
/*z-index: 2;*/
min-height: 300px;
/*padding-top: 2em;*/
/*padding-bottom: 3em;*/
margin:0 auto;
}
.main {
/*overflow: hidden;*/
}
.half {
width: 50%;
float: left;
}
.third {
width: 33%;
float: left;
}
.hr-small-wrap {
max-width: 100px;
}
.extra-narrow {
max-width:480px;
}
.narrow {
max-width: 720px;
}
.medium {
max-width: 860px;
}
.wide,
.alignwide {
max-width: 1100px;
}
.extra-wide {
max-width: 1440px;
}
.hr-small-wrap {
margin-left: auto;
margin-right: auto;
}
.extra-narrow {
margin-left: auto;
margin-right: auto;
}
.narrow {
margin-left: auto;
margin-right: auto;
}
.medium {
margin-left: auto;
margin-right: auto;
}
.wide,
.alignwide {
margin-left: auto;
margin-right: auto;
}
.extra-wide {
margin-left: auto;
margin-right: auto;
}
.alignfull {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
text-align: center;
}
/*.alignfull {
margin-left: auto;
margin-right: auto;
}*/
/*.content-wrapper .alignfull {
margin-left: calc( -100vw / 2 + 100% / 2 );
margin-right: calc( -100vw / 2 + 100% / 2 );
max-width: 100vw;
}*/
.narrow .full,
.narrow .extra-wide,
.narrow .wide,
.narrow .medium,
.narrow .narrow
.narrow .narrow {
padding-left: 0;
padding-right: 0;
}
.medium .full,
.medium .extra-wide,
.medium .wide,
.medium .medium,
.medium .narrow {
padding-left: 0;
padding-right: 0;
}
.wide .full,
.wide .extra-wide,
.wide .wide {
padding-left: 0;
padding-right: 0;
}
.extra-wide .full,
.extra-wide .extra-wide,
.extra-wide .wide {
padding-left: 0;
padding-right: 0;
}
.full .full,
.full .extra-wide,
.full .wide,
.full .medium,
.full .narrow {
padding-left: 0;
padding-right: 0;
}
.table {
display: table;
width:100%;
height: 100%;
}
.cell {
display: table-cell;
width:100%;
height: 100%;
}
.vert-align {
vertical-align: middle;
}
.height-100vh {
height: 100vh;
}
.height-90vh {
height: 90vh;
}
.height-85vh {
height: 85vh;
}
.height-80vh {
height: 80vh;
}
.height-75vh {
height: 75vh;
}
.height-66vh {
height: 66vh;
}
.height-50vh {
height: 50vh;
}
.height-33vh {
height: 33vh;
}
.height-25vh {
height: 25vh;
}
.row .full-height {
display: flex;
flex: 1;
justify-content: center;
flex-direction: column;
}


/* =menus */

.menu {
margin: 0;
padding-left: 0;
}
.menu li {
}
.menu > li {
display: inline-block;
position: relative;
margin: 0;
}
.menu a {
text-decoration: none;
display: block;
padding: 5px 0;
letter-spacing: .5px;
border:none;
border-radius: 2px;
cursor:pointer;
/*outline: none;*/
/*text-transform: uppercase;*/
}
.menu a:link,
.menu a:visited {
cursor:pointer;
}
.menu a:hover,
.menu a:focus {
cursor:pointer;
}
.menu .current-menu-item > a,
.menu .current-page-ancestor > a,
.menu .current_page_parent > a {
}
.menu .current-menu-item > a:hover,
.menu .current-menu-item > a:focus,
.menu .current-page-ancestor > a:hover,
.menu .current-page-ancestor > a:focus,
.menu .current_page_parent > a:hover,
.menu .current_page_parent > a:focus {
}
.sub-menu {
padding-left: 0;
margin:0;
}
.sub-menu .sub-menu {
display: block;
}
.sub-menu li {
display: block;
list-style: none;
margin-bottom: 0;
}
.sub-menu a {
display: block;
border:none;
}
.sub-menu a:hover,
.sub-menu a:focus {
outline: none;
border:none;
}


/* =header */

.header {
z-index: 1;
}
.header-logo {
max-width: 100%;
}
.header-logo a {
display: inline-block;
text-decoration: none;
max-width: 100%;
font-weight: normal;
text-rendering: optimizeLegibility;
}
.header-logo img {
max-width: 100%;
width:120px;
height:auto;
}

/*.header-logo img {
width:200px;
}*/


/* =header layouts */

/* header-layout-center */

.header.header-layout-center {
padding-top: 20px;
}
.header-layout-center .header-logo {
text-align: center;
padding:3rem 15px;
}
.header-layout-center .header-menu {
text-align: center;
}
.header-layout-center .header-utility-menu {
position: absolute;
top:20px;
right:15px;
}
.header-layout-center .overlay-menu-toggle {
left:15px;
}
.header-layout-center .menu a {
padding-left: 5px;
padding-right: 5px;
}


/* header-layout-left */

.header-layout-left header.header-layout-left {
/*overflow: hidden;*/
padding:20px;
}
.header-layout-left .header-logo {
float: left;
padding: 0 20px;
}
.header-layout-left .header-utility-menu {
}
.header-layout-left .header-utility-menu,
.header-layout-left .header-menu {
text-align: center;
}
.header-layout-left .overlay-menu-toggle {
right: 20px;
}
.header-layout-left .menu a {
padding-left: 10px;
}
.overlay-menu-visible .header-layout-left .header-utility-menu,
.overlay-menu-visible .header-layout-left .header-menu {
padding-right: 80px;
}

@media only screen and (max-width: 768px){

.header-layout-left .header-logo {
float: none;
text-align: center;
padding: 0;
}
}

/* header-layout-right */

.header-layout-right header.header-layout-right {
overflow: hidden;
padding:20px;
}
.header-layout-right .header-logo {
float: right;
padding: 20px;
}
.header-layout-right .overlay-menu-toggle {
left:20px;
top:20px;
}
.header-layout-right .utility-menu {
padding-bottom: 1.5rem;
}
.header-layout-right .header-menu {
text-align: left;
}
.header-layout-right .menu a {
padding-right: 10px;
}

.overlay-menu-visible .header-layout-right .header-utility-menu,
.overlay-menu-visible .header-layout-right .header-menu {
padding-left: 40px;
}




/* =footer ctas*/

.footer-ctas {
padding: 3rem 0;
background-color: #222;
}
.footer-ctas h2 {
margin: 0;
font-family: 'Great Vibes', cursive;
font-size: 36px;
color:#111;
white-space: nowrap;
}
.footer-ctas h3 {
margin-top: .5em;
margin-bottom: 0;
color:#717171;
transition: all .25s ease-out;
text-transform: uppercase;
}
.footer-ctas h2,
.footer-ctas h3 {
text-align: center;
transition: all .25s ease-out;
}
.footer-ctas a {
display: block;
text-align: center;
padding: 5px;
background-color: #f0ebd9;
/*padding: 2em 0;*/
border:10px solid #fff;
text-decoration: none;
transition: all .25s ease-out;
}
.footer-ctas a:hover,
.footer-ctas a:focus {
border:10px solid #fff;
background-color:#fecb1c;
}
.footer-ctas a .footer-ctas-inner {
padding: 2em 10px;
background-color: #fffae1;
transition: all .25s ease-out;
}
.footer-ctas a:hover .footer-ctas-inner,
.footer-ctas a:focus .footer-ctas-inner {
background-color: #fff;
transition: all .25s ease-out;
}

.footer-ctas a:focus h2,
.footer-ctas a:hover h2 {
color: #a17d00;
transition: all .25s ease-out;
}
.footer-ctas a:hover h3,
.footer-ctas a:focus h3 {
color:#111;
transition: all .25s ease-out;
}
@media only screen and (max-width: 768px){/* mobile and tablet */
.footer-ctas .row {
border:10px solid #fff;
}
.footer-ctas .row > div {
padding-left: 0;
padding-right: 0;
}
.footer-ctas a .footer-ctas-inner {
padding: 1rem 10px;
}
.footer-ctas h2 {
font-size: 32px;
}

}
@media only screen and (min-width: 769px) and (max-width: 999px){/* small desktop */
.footer-ctas h2 {
font-size:30px;
}
}

#cta-wine-club {
/* display: none; */
}

/*.page-template-wine-club-template #cta-wine-club,*/
.page-template-visit-template #cta-visit,
.page-id-2592 #cta-custom-labels,/* custom labels 1 */
.page-id-2659 #cta-custom-labels,/* custom labels 2 */
.page-id-2661 #cta-custom-labels,/* custom labels 3 */
.page-template-purchase-template #cta-purchase {
/* display: none; */
}
/*.page-template-wine-club-template #cta-wine-club,*/
.page-id-2592 #cta-wine-club,/* custom labels 1 */
.page-id-2659 #cta-wine-club,/* custom labels 2 */
.page-id-2661 #cta-wine-club,/* custom labels 3 */
.page-template-visit-template #cta-wine-club,
.page-template-purchase-template #cta-wine-club {
display: block;
}



/* =footer */

.footer {
padding-top: 3rem;
padding-bottom: 3rem;
padding-left: 30px;
padding-right: 30px;
overflow: hidden;
}
.footer p {
text-transform: uppercase;
font-size: .875rem;
}
.footer a {
text-decoration: none;
}
.footer-logo {
margin: 0 0 2em;
font-size: 1em;
line-height: 1em;
}
.footer-logo a {
display: inline-block;
}
.footer-contact p {
margin-bottom: 1.5em;
}
.footer-primary-menu,
.footer-secondary-menu,
.footer-utility-menu.utility-menu {
margin-bottom: 1rem;
}
.footer-extras {
position: relative;
/*padding: 0 20px 0;*/
/*bottom:-4em;*/
bottom:-20px;
font-size: 12px;
letter-spacing: 1px;
line-height: 1em;
clear:both;
}
.footer-legal {
text-transform: uppercase;
/*line-height: 1.5em;*/
/*padding:0 .5em;*/
}
.footer-legal span {
vertical-align: top;
}
.copyright {
margin: 0 10px;
/*opacity: .6;*/
}
.copyright,
.credits {
}


/* credits */

.credits-button {
text-transform: uppercase;
}

/* credits list*/

.credits-list {
position: relative;
}
.credits-info {
position: absolute;
bottom: -5px;
right: 0;
padding-left: 10px;
opacity: 0;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
pointer-events: none;
text-align: right;
}
.credits-list:hover .credits-info,
.credits-list:focus-within .credits-info {
opacity: 1;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
pointer-events: all;
}
.credits-info ul {
margin: 0;
padding: 0;
}
.credits-info li {
list-style: none;
white-space: nowrap;
font-size: 1rem;
letter-spacing: 0;
margin: 0;
}
.credits-info a {
display: block;
padding: 5px 0;
}
.divider {
display: inline-block;
margin: 0 5px;
}


/* top link */

.top-link a {
padding: 1rem 15px;
margin-bottom: 1.5em;
display: inline-block;
}

/*.top-link {
display: block;
text-align: center;
padding:1em 0;
margin-top: 1.5em;
cursor:pointer;
}
.top-link:hover,
.top-link i {
cursor:pointer;
}*/



/* =footer layouts */

/* footer-layout-center */

.footer-layout-center {
text-align: center;
}
.footer-layout-center .footer-menu {
overflow: hidden;
}
.footer-layout-center .footer-menu,
.footer-layout-center .footer-primary-menu,
.footer-layout-center .footer-secondary-menu {
margin-bottom: 1rem;
}
.footer-layout-center .footer-utility-menu {
margin-bottom: 1.5rem;
}
.footer-layout-center .footer-legal {
position: absolute;
bottom:0;
left:0;
}
.footer-layout-center .credits {
position: absolute;
bottom:0;
right:0;
}
.footer-layout-center .top-link {
/*margin: 2rem 0;*/
}



/* footer-layout-left-columns */

.footer-layout-left-columns .menu li {
display: block;
}
/*.footer-layout-left-columns .copyright {
position: absolute;
bottom:20px;
right:80px;
}*/
.footer-layout-left-columns .credits {
position: absolute;
bottom:0;
right:0;
}

@media only screen and (max-width: 768px){/* =mobile & tablet */

.footer-layout-left-columns .footer-contact,
.footer-layout-left-columns .footer-utility-menu.utility-menu {
text-align: center;
}


}


/* footer-layout-left-right */

.footer-layout-left-right .footer-left {
float: left;
text-align: center;
}
.footer-layout-left-right .footer-right {
float: right;
}
.footer-layout-left-right .footer-utility-menu,
.footer-layout-left-right .footer-menu {
text-align: right;
}
.footer-layout-left-right .footer-extras {
text-align: right;
}
.footer-layout-left-right .footer-legal,
.footer-layout-left-right .credits {
display: inline-block;
}
.footer-layout-left-right .credits {
padding-left: 15px;
}
/*.footer-layout-left-right .credits {
position: absolute;
bottom:20px;
right:0;
}*/


@media only screen and (max-width: 768px){/* =mobile & tablet */

.footer-layout-left-right .footer-left,
.footer-layout-left-right .footer-right {
text-align: center;
float: none;
}
.footer-layout-left-right .footer-utility-menu,
.footer-layout-left-right .footer-menu,
.footer-layout-left-right .footer-menu {
text-align: center;
}
.footer-layout-left-right .top-link {
margin-bottom: 1.5em;
}


}



/* footer-layout-right */

.footer-layout-right .footer-left {
float: left;
}
.footer-layout-right .footer-right {
float: right;
text-align: center;
}
.footer-layout-right .footer-extras {
position: absolute;
bottom:20px;
/*left:0;*/
}

.footer-layout-right .footer-legal {
display: inline-block;
}
.footer-layout-right .credits {
display: inline-block;
margin-left: 10px;
/*float: left;*/
/*position: absolute;
bottom:20px;
right:20px;*/
}
.footer-layout-right .credits-info {
left:0;
text-align: left;
}

.logo-footer img {
	width: 120px;
	max-width: 100%;
}



@media only screen and (max-width: 768px){/* =mobile & tablet */

.footer-layout-right .footer-left,
.footer-layout-right .footer-right {
text-align: center;
float: none;
}
.footer-layout-right .footer-utility-menu,
.footer-layout-right .footer-menu,
.footer-layout-right .footer-menu {
text-align: center;
}
.footer-layout-right .footer-extras {
width:100%;
text-align: center;
padding-left: 0;
}
.footer-layout-right .credits-info {
text-align: center;
position: fixed;
width: 100%;
bottom:20px;
left:auto;
right:auto;
}

}

.overlay-menu-show.hero-offscreen.hero-gallery-layout-full-bleed .overlay-menu-icon span::before,
.overlay-menu-show.hero-offscreen.hero-gallery-layout-full-bleed .overlay-menu-icon span::after {
background-color: #fff;
}


/* =overlay menu */

/* overlay menu toggle */

.overlay-menu-toggle {
position: fixed;
z-index: 1004;
text-transform: uppercase;
font-weight: 400;
display: none;
cursor: pointer;
padding: 4px;
margin: 0;
line-height: 0;
}
.overlay-menu-show .overlay-menu-label-menu {
display: none;
}
.overlay-menu-label-menu {
display: none;
}
.overlay-menu-show .overlay-menu-toggle {
position: fixed;
}
.overlay-menu-show .overlay-menu-label-close {
display: none;
}
.overlay-menu-label-close {
display: none;
}
.overlay-menu-label {
display: none;
vertical-align: top;
line-height: 1.6em;
}
.overlay-menu-icon {
position: relative;
display: inline-block;
width: 20px;
height: 16px;
}
.overlay-menu-icon span {
position: absolute;
width: 20px;
height: 20px;
margin-left: -10px;
left: 50%;
top: 50%;
width:100%;
}
.overlay-menu-toggle span:before {
transform: translateY(-6px);
}
.overlay-menu-toggle span:after {
transform: translateY(6px);
}
/*.overlay-menu-toggle:hover span:before {
transform: translateY(-8px);
}
.overlay-menu-toggle:hover span:after {
transform: translateY(8px);
}*/
.overlay-menu-icon span:after,
.overlay-menu-icon span:before,
.overlay-menu-icon:hover span:before,
.overlay-menu-icon:hover span:after {
-webkit-transition: all .125s ease-in;
-moz-transition: all .125s ease-in;
-ms-transition: all .125s ease-in;
transition: all .125s ease-in;
}
.overlay-menu-icon span,
.overlay-menu-icon span:before,
.overlay-menu-icon span:after {
cursor: pointer;
height: 2.25px;
width: 20px;
background-color: #ccc;
position: absolute;
display: block;
content: '';
}

.overlay-menu-icon span,
.overlay-menu-icon span:before,
.overlay-menu-icon span:after,
.overlay-menu-icon .overlay-menu-toggle:hover span,
.overlay-menu-icon .overlay-menu-toggle:hover span:before,
.overlay-menu-icon .overlay-menu-toggle:hover span:after,
.overlay-menu-show .overlay-menu-toggle span,
.overlay-menu-show .overlay-menu-toggle span:before,
.overlay-menu-show .overlay-menu-toggle span:after  {
-webkit-transition: all .25s ease-in;
-moz-transition: all .25s ease-in;
-ms-transition: all .25s ease-in;
transition: all .25s ease-in;
}
.overlay-menu-show .overlay-menu-icon span {
background-color: transparent !important;
}
.overlay-menu-show .overlay-menu-icon span:before {
top:0;
}
.overlay-menu-show .overlay-menu-icon span:after {
bottom:0;
}
.overlay-menu-show .overlay-menu-icon span:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.overlay-menu-show .overlay-menu-icon span:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}




/* overlay menu */

.overlay-menu {
opacity: 0;
pointer-events: none;
position: fixed;
z-index:1003;
-webkit-overflow-scrolling: touch;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
background-color: #111;
}
.header .overlay-menu a,
.header .overlay-menu a:link,
.header .overlay-menu a:visited,
.header .overlay-menu a:hover,
.header .overlay-menu a:visited:hover,
.header .overlay-menu a:focus {
color:#fff;
}
.overlay-menu-close-background {
opacity: 0;
pointer-events: none;
background-color: rgba(0,0,0,.5);
position: fixed;
z-index: 1002;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.overlay-menu-content {
padding: 0 20px;
/*padding:4em 20px 2em;*/
}
.overlay-menu-content .row {
min-height:100vh;
justify-content: center;
align-items: center;
}
.overlay-menu-logo {
margin:0 auto 2em;
max-width: 200px;
}

@media only screen and (min-width: 1000px ){

.overlay-menu-logo img {
width:180px;
}

}

.overlay-menu-logo a {
display: block;
}
.overlay-menu .menu {
position: relative;
top: 0;
left: 0;
margin: 0;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing:border-box;
}
.overlay-menu .menu a {
line-height: 1em;
}
.overlay-menu-contact,
.overlay-menu-utility-menu.utility-menu {
margin-bottom: 1.5rem;
}
.overlay-menu-show {
overflow: hidden;
}
.overlay-menu-show .overlay-menu,
.overlay-menu-show .overlay-menu-close-background {
opacity:1;
pointer-events: auto;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
}


.overlay-menu-show .overlay-menu-icon span,
.overlay-menu-show .overlay-menu-icon span:before,
.overlay-menu-show .overlay-menu-icon span:after,
.overlay-menu-show.hero-gallery-layout-full-bleed .overlay-menu-icon span,
.overlay-menu-show.hero-gallery-layout-full-bleed .overlay-menu-icon span:before,
.overlay-menu-show.hero-gallery-layout-full-bleed .overlay-menu-icon span:after,
.overlay-menu-show .overlay-menu-icon:hover span,
.overlay-menu-show .overlay-menu-icon:hover span:before,
.overlay-menu-show .overlay-menu-icon:hover span:after,
.overlay-menu-show.hero-gallery-layout-full-bleed .overlay-menu-icon:hover span,
.overlay-menu-show.hero-gallery-layout-full-bleed .overlay-menu-icon:hover span:before,
.overlay-menu-show.hero-gallery-layout-full-bleed .overlay-menu-icon:hover span:after {
background-color: #fff;
}



/* animation fade */

.overlay-menu.fade {
opacity:0;
}
.overlay-menu-show .overlay-menu.fade {
opacity:1;
}

.overlay-menu.overlay-menu-layout-full-center.slide,
.overlay-menu.overlay-menu-layout-full-left.slide {
transform: translate(0, -100%);
}
.overlay-menu-show .overlay-menu.overlay-menu-layout-full-center.slide,
.overlay-menu-show .overlay-menu.overlay-menu-layout-full-left.slide {
transform: translate(0, 0);
}

.overlay-menu.overlay-menu-layout-sidebar.slide,
.overlay-menu.overlay-menu-layout-compact.slide {
transform: translate(-100%, 0);
}
.overlay-menu-show .overlay-menu.overlay-menu-layout-sidebar.slide,
.overlay-menu-show .overlay-menu.overlay-menu-layout-compact.slide {
transform: translate(0, 0);
}

.header-layout-left .overlay-menu.overlay-menu-layout-sidebar.slide,
.header-layout-left .overlay-menu.overlay-menu-layout-compact.slide,
.header-layout-bar .overlay-menu.overlay-menu-layout-sidebar.slide,
.header-layout-bar .overlay-menu.overlay-menu-layout-compact.slide {
transform: translate(100%, 0);
}
.overlay-menu-show.header-layout-left .overlay-menu.overlay-menu-layout-sidebar.slide,
.overlay-menu-show.header-layout-left .overlay-menu.overlay-menu-layout-compact.slide,
.overlay-menu-show.header-layout-bar .overlay-menu.overlay-menu-layout-sidebar.slide,
.overlay-menu-show.header-layout-bar .overlay-menu.overlay-menu-layout-compact.slide {
transform: translate(0, 0);
}
.overlay-menu .sub-menu {
display: block;
}
.overlay-menu .menu li {
margin-bottom: 0;
float: none;
display: inline-block;
}
.overlay-menu .menu a {
padding:.25em 0;
}
.overlay-menu .footer-menu-menu-container {
padding-bottom: 3em;
}
.overlay-menu-done {
overflow: hidden;
position: fixed;
width: 100%;
}


/* =overlay-menu-layouts */

/* overlay-menu-layout-full-center */

.overlay-menu.overlay-menu-layout-full-center {
width: 100%;
height:100%;
height:100vh;
top:0;
left:0;
overflow-x: hidden;
overflow-y: scroll;
text-align: center;
}
.overlay-menu-layout-full-center .overlay-menu-content {
min-height: 100vh;
}
.overlay-menu.overlay-menu-layout-full-center div {
display: flex;
align-items: center;
justify-content: center;
}
.overlay-menu.overlay-menu-layout-full-center .overlay-menu-content {
flex-direction:column;
align-items: center;
justify-content: center;
}
.overlay-menu-layout-full-center .menu a {
padding-left: .5em;
padding-right: .5em;
}

@media only screen and (max-width: 768px){/* mobile and tablet */
.overlay-menu-layout-full-center .menu li {
display: block;
}
}


/* overlay-menu-layout-full-left */

.overlay-menu.overlay-menu-layout-full-left {
width: 100%;
height:100%;
height:100vh;
top:0;
left:0;
overflow-x: hidden;
overflow-y: scroll;
}
.overlay-menu.overlay-menu-layout-full-left .overlay-menu-content {
min-height: 100vh;
}
.overlay-menu.overlay-menu-layout-full-left .overlay-menu-branding  {
text-align: center;
}
.overlay-menu.overlay-menu-layout-full-left .menu li {
display: block;
}

@media only screen and (max-width: 999px){/* mobile and tablet and small desktop */
.overlay-menu-layout-full-left .menu li {
text-align: center;
}
.overlay-menu-logo {
padding-top: 2em;
}
}



/* overlay-menu-layout-sidebar */

.overlay-menu.overlay-menu-layout-sidebar {
width:300px;
height:100vh;
top:0;
left:0;
overflow-x: hidden;
overflow: auto;
/*overflow-y: scroll;*/
}
.header-layout-bar .overlay-menu.overlay-menu-layout-sidebar,
.header-layout-left .overlay-menu.overlay-menu-layout-sidebar {
left:auto;
right:0;
}

.overlay-menu.overlay-menu-layout-sidebar .menu li {
display: block;
}
.header-layout-center .overlay-menu-layout-sidebar {
text-align: center;
}
.overlay-menu.overlay-menu-layout-sidebar .overlay-menu-logo {
/*padding-top: 2em;*/
}
.overlay-menu-primary-menu,
.overlay-menu-secondary-menu {
margin-bottom: 1.5em;
}


/* overlay-menu-layout-compact */

.overlay-menu.overlay-menu-layout-compact {
width:240px;
max-height: 100vh;
top:0;
left:0;

/*TODO position matches header layout */
overflow-x: hidden;
overflow-y: auto;
}
.header-layout-bar .overlay-menu.overlay-menu-layout-compact,
.header-layout-left .overlay-menu.overlay-menu-layout-compact {
left:auto;
right:0;
}
.overlay-menu.overlay-menu-layout-compact .menu li {
display: block;
}
.header-layout-center .overlay-menu-layout-compact {
/*text-align: center;*/
}

.overlay-menu.overlay-menu-layout-compact .overlay-menu-logo {
/*padding-top: 2em;*/
}
.overlay-menu-primary-menu,
.overlay-menu-secondary-menu {
margin-bottom: 1.5em;
}

.header-layout-left .overlay-menu.overlay-menu-layout-compact {
left: auto;
right: 0;
}



/* =utility menu */

.utility-menu {
padding: 0;
margin: 0;
font-size: 0;
}
.utility-menu-links {
margin: 0;
padding: 0;
}
.utility-menu-links li {
list-style: none;
display: inline-block;
}
.utility-menu-links a {
text-decoration: none;
display: block;
padding: 5px 5px;
line-height: 1;
}
.utility-menu-links i {
font-size: 18px;
}
.utility-menu-links span {
font-size: 12px;
text-transform: uppercase;
}
.utility-menu-links.icons span {
display: none;
}
.utility-menu-links.icons-labels i {
display: inline-block;
}
.utility-menu-links.icons-labels span {
display: inline-block;
}
.utility-menu-links.labels span {
display: inline-block;
}
.utility-menu-links.labels i {
display: none;
}








/* =color */

.text-black {
color:#000 !important;
}
.text-white {
color:#fff !important;
}


/* =posts */

.post-list-image p {
margin-bottom: 0;
}
.post-list-image img {
max-width: 200px;
width:auto;
display: inline-block;
}


.post {
margin-bottom: 2em;
}
.post-list {
padding-bottom: 3em;
}
.row.post-list-item,
.row .post-list-item,
.post-list .post-list-item {
margin-bottom: 3em;
}
.post-type-specs {
padding-top: 2em;
/*margin:1.5em 0;*/
}
.post-type-specs dl {
padding: .5em 0;
margin-bottom: 0;
}
.post-tags a {
text-decoration: none;
}
.list-image,
.detail-image {
margin-bottom: 1.5em;
}
.detail-image {
padding-top: 1.5em;
}
.detail-image img {
max-height: 75vh;
}
.nav-links,
#nav-below {
margin-top: 2em;
padding-top: 1em;
margin-bottom: 4.5em;
text-align: center;
}
.nav-links a,
#nav-below a {
display: inline-block;
text-decoration: none;
text-transform: uppercase;
padding-top:.5em;
padding-bottom: .5em;
position: relative;
}
.nav-links {
overflow: hidden;
}
.nav-links > div {
width:50%;
float: left;
}
.nav-previous,
.nav-next {
position: relative;
}
.nav-previous {
text-align: left;
}
.nav-index {
text-align: center;
font-size:1.5em;
}
#nav-below .nav-index a {
padding: 7px 0;
}
.nav-next {
text-align: right;
}
.nav-previous a {
padding-left: 25px;
position: relative;
}
.nav-next a {
padding-right: 25px;
position: relative;
}
#nav-below .meta-nav {
position: absolute;
top:.5em;
}
.nav-previous a .meta-nav {
left:-.5em;
}
.nav-next a .meta-nav {
right:-.5em;
}
.widget a {
text-decoration: none;
text-transform: uppercase;
}
.widget-area .widget h3 {
}
.widget-area .widget {
}
.widget-area ul {
padding-left: 0;
margin-bottom: 0;
}
.widget-area li {
list-style: none;
}
.post-thumbnail {
max-width: 100%;
height:auto;
margin-bottom: 1.5em;
}
.post-thumbnail:empty {
display: none;
}
.post-thumbnail + h2 {
margin-top: 1em;
}
h1.post-title {
font-family: 'Libre Caslon Text', 'Times New Roman', Times, serif;
font-size: 36px;
line-height: 1.25em;
}
.post-title + .post-date {
margin-top: .5em;
}
.post-date a {
text-decoration: none;
}
.byline {
display: none;
}
.post-archive .page-heading {
text-transform: capitalize;
}



/* =wine */

.wine-item {
margin-bottom: 3em;
}
.wine-item .more-link {
margin-bottom: 1rem;
}
.post-type-description,
.post-type-notes {
margin-bottom: 2em;
}

.purchase-form-row {
padding: .25em 0;
overflow: hidden;
display: table;
width: 100%;
}
.purchase-form-row > div {
display: table-cell;
width: 33%;
padding:10px 0;
vertical-align: middle;
}
.purchase-form-row .form-purchase-size {
/*display: none;*/
text-align: left;
}
.purchase-form-row .price {
text-align: center;
}
.purchase-form-row .purchase-form-controls {
padding: 0;
text-align: right;
white-space: nowrap;
}
.purchase-form-row .purchase-form-controls .button {
margin-bottom: 0;
padding-left: 10px;
padding-right: 10px;
}
.purchase-form-row .purchase-form-quantity {
text-align: center;
width: 60px;
padding: 10px;
}
.purchase-form-size {
font-size: .875em;
}
.purchase-form-price {
font-size: .875em;
font-weight: bold;
}
.purchase-details {
margin-bottom: 1em;
max-width: 440px;
}
.single-wine .purchase-details {
width: 100%;
max-width: 100%;
margin-top: 2em;
}

.wine-index-layout-1-col h2 {
text-align: left;
}


/* =beer */

.beer-index-layout-1-col h2 {
text-align: left;
}
.single-beer .purchase-details {
width: 100%;
max-width: 100%;
margin-top: 2em;
}


/* =events */

.event-detail-title {
margin: .5em 0;
}


/* =vineyards */


/* =clubs */

.clubs-header {
padding-bottom: 1em;
}
.clubs-footer {
padding-top: 2em;
}

/* mobile and tablet */
@media only screen and (max-width: 768px){
.clubs-item {
margin-bottom: 2em;
}
}


/* =trade */

.trade-section {
margin-bottom: 3em;
}
.trade-section h2 {
margin-bottom: 1em;
}
.trade-section h3 {
margin-top: 0;
margin-bottom: .5em;
}
.trade-section img {
display: inline-block;
}
.trade-item p:last-child {
margin-bottom: 0;
}
.trade-wines {}
.trade-wines-item {
margin-bottom: 2em;
}
.trade-wines a {
display: block;
text-decoration: none;
}
.trade-wines-item p {
margin-bottom: 1em;
}
.trade-bottle-shots > div {
margin-bottom: 2em;
}
.trade-bottle-shot {
margin-bottom: 2em;
}
.trade-bottle-shots a {
display: block;
text-decoration: none;
}
.trade-tech-sheet {
overflow: hidden;
}
.trade-tech-sheets-rows {
padding-bottom: 2em;
}
.trade-tech-sheets a,
.trade-logos a,
.trade-photos a {
display: block;
text-decoration: none;
}
.trade-photo.gallery-grid a {
margin-bottom: 1.5em;
}
.trade-logo-image {
min-height: 150px;
margin-top: 1em;
}
.trade-press-item {
margin-bottom: 2em;
}
.trade-press-item h2,
.trade-press-item h3,
.trade-press-item p {
margin-bottom: .5em;
}
.trade-press-item .trade-press-title {
margin-bottom: 0;
}



/* =press */

.press-item {
margin-bottom: 3em;
}
.press-item h2 {
margin-top: 0;
margin-bottom: .5em;
}
.press-score {
font-size: 4em;
margin-bottom: 1rem;
line-height: 1em;
}


/* =pages */

.visit-location-item  h3 {
margin-top: .5em;
}
.experiences-item {
margin-bottom: 3em;
}
.repeater-section {
margin-bottom: 2em;
}
.page-template-homepage-splash-landing-template .header,
.page-template-homepage-splash-landing-template .main,
.page-template-homepage-splash-landing-template .footer {
display: none;
}
.page-template-homepage-splash-landing-template {
height: 100%;
height: 100vh;
min-height: 100%;
/*padding:20px;*/
overflow-y: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing:border-box;
}
.page-template-homepage-splash-landing-template .overlay-menu-toggle {
text-align: left;
}
.splash-wrapper {
display:table;
width:100%;
max-width: 100vw;
height:100%;
}
.splash-inner {
display:table-cell;
width:100%;
max-width: 100%;
height:100%;
vertical-align:middle;
text-align: center;
}
.splash-wrapper .header-menu .sub-menu {
display: none;
}
.theme-align-left .splash-wrapper .header-menu {
float:none;
}
.theme-align-left .splash-inner * {
text-align: center;
}
.splash-inner img {
/*width:400px;*/
width:auto;
height:auto;
max-width: 100%;
max-width: calc( 100vw - 40px);
height:auto;
}
.splash-inner nav {
margin-bottom: 1.5em;
}
.logo-splash a {
text-decoration: none;
}


/* =forms */

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=date],
select,
textarea {
font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
}
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=date],
select,
textarea {
padding: 0.5em 7px;
background-color:#fff;
color: #666;
border: 1px solid #aaa;
border-radius: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=date],
select,
textarea {
width:100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
color: #111;
border: 1px solid #717171;
outline: none;
}
label input,
label select,
label textarea {
margin-top: .5em;
}
fieldset {
padding: 15px;
margin-bottom: 1.5em;
border-radius: 2px;
border-width: 1px;
border-style: solid;
background-color: #fff;
}
fieldset h2 {
text-align: left;
font-size: 24px;
margin-top: 0;
margin-bottom: 1em;
}
legend {
padding-left: 5px;
padding-right: 5px;
text-transform: uppercase;
margin-left: -5px;
}
/*form p:last-child {
margin-bottom: 0;
}*/
form p:last-child button,
form p:last-child input[type=submit]{
margin-bottom: 0;
}
.wpcf7-form {
overflow: hidden;
}
.wpcf7-form fieldset {
position: relative;
}
.wpcf7-form textarea,
.wpcf7-form input[type=text],
.wpcf7-form input[type=email]{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
width: 100%;
}
.wpcf7-form div.wpcf7-response-output {
margin:2em 0 1em;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
border: 2px solid #4ac117;
background-color:#4ac117;
}
.wpcf7-form div.wpcf7-mail-sent-ng {
border: 2px solid #ff0000;
background-color:#ff0000;
}
.wpcf7-form div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
background-color:#ffa500;
}
.wpcf7-form div.wpcf7-validation-errors {
border: 2px solid #f7e700;
background-color:#f7e700;
}
.wpcf7-form .wpcf7-response-output {
background-color: #fff;
padding:10px;
}
.wpcf7-form span.wpcf7-not-valid-tip {
position: relative;
display: block;
left: 0;
top:100%;
padding:5px 0;
border:0;
color:#cc0000;
background-color: transparent;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}
#wpcf7-f4009-p4010-o1 h2 {
margin-top: 0;
}
#wpcf7-f4009-p4010-o1 .row {
margin-bottom: 1.5rem;
}


/* =search form */

.search-form {
position: relative;
}
.search-form button {
position: absolute;
top:-10px;
right:0;
}
.search-form input {
width: 100%;
}
.search-form button,
.search-form button:hover,
.search-form button:focus {
border-color:transparent;
background-color: transparent;
outline:none;
padding:0;
padding-right: 5px;
font-size: 1.25em;
}
.search-form button,
.search-form button i {
cursor: pointer;
}
.search-field,
.search-field:focus {
border-top:none;
border-left:none;
border-right:none;
background-color: transparent;
font-size: 18px;
}


/* =util */

.gold {
color:#a17d00 !important;
}
.gold-medium {
color:#d5a500 !important;
}
.gold-light {
color:#eebb0d !important;
}

.white-box {
padding: 30px 30px 30px;
background-color: #fff;
}

iframe.kazzit {
border:1px solid #ccc;
min-height: 50vh;
padding: 5px;
}
.scroll-section {
padding: 12px 0;
}
.scroll-section.collapse-top {
margin-top: -60px;
}
.scroll-section.collapse-bottom {
margin-bottom: -60px;
}

.shaded {
background-color: #f0ebd9;
}
.shaded-dark {
background-color: #333;
}
.bg-white {
background-color: #fff;
}
.bg-blue {
background-color: #193758;
color:#fff;
}
.bg-blue h3 {
color: #fff;
}
.bg-blue h2 {
color:#58b1bf;
}

.screen-reader-text,
.sr-only {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
.white {
color:#fff !important;
}
.callout {
padding:20px;
border: 1px solid transparent;
}
.callout h2,
.callout h3 {
margin-top: 0;
}
.callout *:last-child {
margin-bottom: 0;
}
.wrapper {
overflow: hidden;
}
.bordered {
border-width: 2px;
border-style:solid;
}
.image-border {
border-width: 10px;
border-style:solid;
}
.border-top {
border-width: 2px;
border-style:solid;
padding-top: 1em;
}
.border-bottom {
border-width: 2px;
border-style:solid;
padding-bottom: 1em;
}
.inner-link {}
.inner-target {
padding-top: 1em;
}
.admin-edit-link {
position: fixed;
z-index:10000;
bottom:10px;
left:10px;
}
.admin-edit-link a {
padding: 5px;
text-decoration: none;
text-transform: uppercase;
font-size: .875rem;
}
.hidden, .hide {
display: none;
}
.show {
display: block;
}
.placeholder {
min-height: 200px;
margin-bottom: 1.5em;
background-color: #ccc;
}
.placeholder-400 {
height: 400px;
}
.placeholder + h1,
.placeholder + h2,
.placeholder + h3 {
margin-top: 0;
}
.container {
padding-left: 20px;
padding-right: 20px;
}
.clear {
clear: both;
}
.header::after,
.footer::after,
.main::after,
.main-continued::after,
.clearfix::after {
content:"";
display:table;
clear:both;
}


.block-left {}
.block-center {
margin-left: auto;
margin-right: auto;
}
.flex-center {
align-content: center;
justify-content: center;
}

.text-left {
text-align: left !important;
}
.text-left * {
text-align: left;
}
.text-right {
text-align: right !important;
}
.text-right * {
text-align: right;
}
.text-center {
text-align: center !important;
}
.text-center * {
text-align: center;
}
.text-justify {
text-align: justify !important;
}
.float-rt,
.float-right,
.alignright {
float:right;
}
.float-lt,
.float-left,
.alignleft {
float:left;
}
.aligncenter {
margin-left:auto;
margin-right:auto;
display: block;
}
img.float-rt,
img.float-right,
img.alignright {
margin: 0 0 .5em 15px;
}
img.float-lt,
img.float-left,
img.alignleft {
margin: 0 15px .5em 0;
}
.space-right {
padding-right: 10px;
}
.space-left {
padding-left: 10px;
}
.space-top {
padding-top: 1em;
}
.space-top-bottom {
padding-top: 2em;
padding-bottom: 2em;
}
.no-space {
margin:0;
padding:0;
}
.no-space-top {
margin-top: 0;
padding-top: 0;
}
.no-space-bottom {
margin-bottom: 0;
padding-bottom: 0;
}
.small-space-top {
padding-top: .5em;
}
.big-space-top {
padding-top: 4em;
}
.space-bottom {
padding-bottom: 1em;
}
.small-space-bottom {
padding-bottom: .5em;
}
.big-space-bottom {
padding-bottom: 4em;
}
.no-margin-top {
margin-top: 0;
}
.no-margin-bottom {
margin-bottom: 0;
}
.small-margin-bottom {
margin-bottom: .5em;
}
.centered {
text-align: center;
}
.widget-area {
padding-top: 2em;
}
.widget {
margin-bottom: 2em;
}
.disable-hover,
.disable-hover * {
 pointer-events: none !important;
}
.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}

.styleguide-icons {
font-size:1.5em;
}
.styleguide-icons p {
display: inline-block;
}
.styleguide-icons br {
display: none;
}
.styleguide-icons i {
display: inline-block;
padding:10px;
}
.styleguide-swatch {
height:100px;
margin-bottom: .5em;
}



/* =components */


/* custom labels */

.custom-labels-item {
margin-bottom: 4em;
padding: 20px;
transition: all .25s ease-out;
}
.custom-labels-item:hover {
background-color: #fff;
transition: all .25s ease-out;
box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.custom-labels-item h2 {
margin-top: 0;
}
.custom-labels-menu {
margin:3em auto;
text-align: center;
}
.custom-labels-menu ul {
margin: 0 auto;
padding: 5px;
text-align: center;
display: block;
background-color: #f0ebd9;
overflow: hidden;
}
.custom-labels-menu li {
display: block;
float: left;
width: 33%;
padding: 10px 20px;
font-size: 1.25em;
margin-bottom: 0;
font-family: 'Libre Caslon Text', 'Times New Roman', Times, serif;
}
.custom-labels-menu span.step-number {
font-size: 1.5rem;
line-height: 1em;
display: inline-block;
margin-right: 10px;
}
.custom-labels-menu span.step-label {
font-size: 1rem;
line-height: 1.5em;
display: inline-block;
}
.custom-labels-menu li.active {
background-color: #fecb1c;
}

.custom-label-link {
display: block;
text-decoration: none;
margin-bottom: 1.5em;
}
.custom-label-link:hover,
.custom-label-link:focus {
/*transition: all .25s ease-out;
box-shadow: 0 0 10px rgba(0,0,0,.1);*/
}
.custom-label-link h2 {
margin-top: .5em;
}

#selection {
text-align: center;
border:none;
background-color: transparent;
font-size: 24px;
font-family: 'Libre Caslon Text', 'Times New Roman', Times;
color:#111;
margin-top: 0;
}
.h3 {
text-transform: uppercase;
text-align: center;
color:#717171;
font-family: 'Nunito Sans', sans-serif;
}

@media only screen and (max-width: 768px){/* mobile and tablet */
.custom-labels-menu li {
display: block;
text-align: left;
}
}


/* comments */

.comment-body {
margin-bottom: 2em;
}
.comment-meta {
margin-bottom: 1em;
}
.comment-reply-link {
text-transform: uppercase;
}
.comment-reply-link,
.logged-in-as a,
.comment-metadata a {
text-decoration: none;
}
.comments-area {
margin-top: 4.5em;
}
.comment-list .children li {
list-style: none;
padding-left: 0;
}
.comments-title {
font-size: 21px;
line-height: 1.25em;
}
.comment-form-comment label {
margin-bottom: 1em;
}



/* skip to content */

#skip a {
display: block;
position: absolute;
z-index: 5000;
left: -9999px;
top: -9999px;
}
#skip a:focus {
top:0;
left: 0;
}



/* team grid */

.team-grid {
}
.team-item img {
vertical-align: baseline;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
transition: all .5s ease-out;
}
.team-item .team-photo {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
transition: all .5s ease-out;
}
.team-item:hover .team-photo {
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
filter: grayscale(0%);
transition: all .5s ease-out;
}


.team-item:hover img {
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
filter: grayscale(0%);
transition: all .5s ease-out;
}
.gallery-grid-item,
.team-item {
position: relative;
margin-bottom: 0;
text-decoration: none;
overflow: hidden;
}
.team-winemaker-item a {
height: 100%;
}
.gallery-grid-item h2,
.team-item h2 {
margin-top: 1em;
margin-bottom: .5em;
}
.team-item a {
height:100%;
}
.team-item a:hover,
.team-item a:focus {
background-color: #fff;
transition: all .5s ease-out;
}
.team-item a h2,
.team-item a:link h2,
.team-item a:visited h2 {
color:#111;
}
.team-item a h3,
.team-item a:link h3,
.team-item a:visited h3 {
padding-top: .5em;
color:#666;
}
.team-item a:hover h3,
.team-item a:focus h3 {
color:#aaa;
}
.team-item h2,
.team-item h3 {
padding-left: 15px;
padding-right: 15px;
}
.team-item h3 {
margin-bottom: 0;
padding-bottom: 2em;
}
.gallery-grid-item img,
.team-item img {
position: relative;
display: block;
z-index: 1;
top:0;
left:0;
width:100%;
height:auto;
}
.gallery-grid-photo {
}
.team-item {
text-align: center;
/*padding-top: 16px;*/
padding-bottom: 16px;
background-color: transparent;
transition: all .5s ease-out;
}
/*.team-item:hover {
background-color: #fff;
transition: all .5s ease-out;
}*/
.team-item:after {
content: '';
position: absolute;
top:0;
left:0;
border-radius: 15px;
height:20px;
width:20px;
}
.team-item a {
overflow: hidden;
}
.team-photo {
display: inline-block;
height: 360px;
width: 100%;
overflow: hidden;
position: relative;
background: rgba(0,0,0,.2);
}
.makers-grid .team-photo {
min-height: 360px;
height:50vh;
}
.team-photo .backstretch {
width:100% !important;
min-width:100% !important;
}

.team-text {
font-size: .825em;
padding-bottom: 1rem;
}
.team-text h2 {
margin-top: 1rem;
margin-bottom: 0;
}
.team-text h3 {
margin-top: 0;
margin-bottom: 0;
/*font-size: 14px;*/
/*min-height: 2.5em;*/
}
.team-text p {
margin-bottom: 0;
padding-bottom: 1rem;
}
.team-excerpt {
padding: 0 1.5em;
font-size: 1rem;
}

.makers-grid .team-text h2 {
font-size: 2em;
color:#111;
}


/* team gallery */

.gallery-grid-data,
.team-gallery {
display: none;
}


/* popup gallery */

.popup-item {
display: none;
}
.popup {
position:absolute;
z-index: -1;
top:50%;
left:50%;
width:100%;
height:100%;
opacity: 0;
visibility: hidden;
-webkit-transform:translateX(-50%) translateY(-50%) scale(1);
-moz-transform:translateX(-50%) translateY(-50%) scale(1);
-ms-transform:translateX(-50%) translateY(-50%) scale(1);
transform:translateX(-50%) translateY(-50%) scale(1);
-webkit-transition: all .125s ease-out;
-moz-transition: all .125s ease-out;
-ms-transition: all .125s ease-out;
transition: all .125s ease-out;
}
body.popup-out {
overflow: hidden;
}
.popup hr {
}
.popup-out .popup {
display: block;
z-index:10000;
position: fixed;
opacity:1;
visibility: visible;
-webkit-transform:translateX(-50%) translateY(-50%) scale(1);
-moz-transform:translateX(-50%) translateY(-50%) scale(1);
-ms-transform:translateX(-50%) translateY(-50%) scale(1);
transform:translateX(-50%) translateY(-50%) scale(1);
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.popup-inner {
background-color:#eee;
position: absolute;
top:0;
left:0;
width: 100%;
height: 100%;
/*overflow: hidden;*/
}
.slide-inner {
position: relative;
}
.popup-stage .slide .row {
max-width: 1280px;
margin-left: auto;
margin-right: auto;
background-color: #fff;
/*cursor:move;
cursor:-webkit-grab;
cursor:-moz-grab;
cursor:grab;*/
-webkit-background-origin: content-box;
background-origin: content-box;
}
.popup .button-close,
.popup .button-next,
.popup .button-previous {
display: inline-block;
padding:20px 0;
width: 44px;
text-align: center;
position: fixed;
top: 50%;
top: 50vh;
z-index: 10;
font-size: 1.5em;
height: auto;
}
.popup .button-close {
padding: 10px 0;
width:44px;
font-size: 1.5em;
text-align: center;
position: absolute;
}
.button-next ,
.button-previous {
left: auto;
top:45%;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.popup .button-next {
right: 10px;
left:auto;
}
.popup .button-previous {
left: 10px;
left:auto;
}
.button-previous:hover,
.button-next:hover {
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.popup a,
.popup a:link,
.popup a:visited,
.popup a:hover {
}
.popup .button-close {
display: block;
top:0;
right:0;
}
.popup .popup-loading {
}
.slide .slide-inner,
.popup-stage .slide .responsive-image,
.popup-stage .slide .row,
.popup-stage .slide .row > div,
.team-slide .responsive-image,
.team-slide .row,
.team-slide .row > div {
height: 100%;
}



@media only screen and (max-width: 768px){/* mobile and tablet */

.slide {
overflow-x:hidden;
overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
}
.slide .slide-inner {
height: auto;
}

.team-popup-photo {
height:50vh !important;
}
.team-popup-text {
height:auto !important;
overflow:none !important;
}
.popup .button-next {
right: 0;
left:auto;
}
.popup .button-previous {
left: 0;
left:auto;
}
.button-close {
background-color: #fff;
}
.button-close:hover {
color:#111;
}
}
@media only screen and (min-width: 769px){/* all desktop */

.popup .slide {
padding: 60px;
}
}

.popup-stage .slide,
.team-slide {
height: 100%;
}

.team-slide a,
.team-slide a:link,
.team-slide a:visited {
color:#aaa;
}
.team-slide a:hover,
.team-slide a:focus {
color:#fff;
}
.team-photo .responsive-image {
}
.popup-stage .slide .responsive-image {
background-position-x:50%;
background-position-y:0;
}
.slide h2:first-child {
/*padding-top: 1.5em;*/
margin-bottom: .25em;
}
.slide h2 + h3 {
margin-top: 0;
margin-bottom: 1em;
}
.popup .slide {
position: absolute;
width:100%;
height:100%;
top:0;
left:0;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
transform: translateX(100%);
}
.popup .slide-active .scrollable,
.popup .slide-in-left .scrollable,
.popup .slide-in-right .scrollable,
.popup .slide-out-left .scrollable,
.popup .slide-out-right .scrollable {
overflow: auto;
}
.popup .scrollable .narrow {
padding-bottom: 2em;
}
.popup .slide.slide-active {
transform: translateX(0%); 
}
.popup .slide.slide-active + .slide {
z-index: 10000;
}
.popup .slide-in {
animation: slide-in 0.5s forwards;
-moz-animation: slide-in 0.5s forwards;
-webkit-animation: slide-in 0.5s forwards;
}
.popup .slide-out {
animation: slide-out 0.5s forwards;
-moz-animation: slide-out 0.5s forwards;
-webkit-animation: slide-out 0.5s forwards;
}
.popup .slide-in-left {
animation: slide-in-left 0.5s forwards;
-moz-animation: slide-in-left 0.5s forwards;
-webkit-animation: slide-in-left 0.5s forwards;
}
.popup .slide-in-right {
animation: slide-in-right 0.5s forwards;
-moz-animation: slide-in-right 0.5s forwards;
-webkit-animation: slide-in-right 0.5s forwards;
}
.popup .slide-out-left {
animation: slide-out-left 0.5s forwards;
-moz-animation: slide-out-left 0.5s forwards;
-webkit-animation: slide-out-left 0.5s forwards;
}
.popup .slide-out-right {
animation: slide-out-right 0.5s forwards;
-moz-animation: slide-out-right 0.5s forwards;
-webkit-animation: slide-out-right 0.5s forwards;
}


@keyframes slide-in-left {
0% { transform: translateX(-100%); }
100% { transform: translateX(0%); }
}
@-moz-keyframes slide-in-left {
0% { -moz-transform: translateX(-100%); }
100% { -moz-transform: translateX(0%); }
}
@-webkit-keyframes slide-in-left {
0% { -webkit-transform: translateX(-100%); }
100% { -webkit-transform: translateX(0%); }
}
@keyframes slide-in-right {
0% { transform: translateX(100%); }
100% { transform: translateX(0%); }
}
@-moz-keyframes slide-in-right {
0% { -moz-transform: translateX(100%); }
100% { -moz-transform: translateX(0%); }
}
@-webkit-keyframes slide-in-right {
0% { -webkit-transform: translateX(100%); }
100% { -webkit-transform: translateX(0%); }
}

@keyframes slide-out-right {
0% { transform: translateX(0%); }
100% { transform: translateX(100%); }
}
@-moz-keyframes slide-out-right {
0% { -moz-transform: translateX(0%); }
100% { -moz-transform: translateX(100%); }
}
@-webkit-keyframes slide-out-right {
0% { -webkit-transform: translateX(0%); }
100% { -webkit-transform: translateX(100%); }
}
@keyframes slide-out-left {
0% { transform: translateX(0); }
100% { transform: translateX(-100%); }
}
@-moz-keyframes slide-out-left {
0% { -moz-transform: translateX(0); }
100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes slide-out-left {
0% { -webkit-transform: translateX(0%); }
100% { -webkit-transform: translateX(-100%); }
}


@keyframes slide-in {
100% { transform: translateX(0%); }
}
@-moz-keyframes slide-in {
100% { -moz-transform: translateX(0%); }
}
@-webkit-keyframes slide-in {
100% { -webkit-transform: translateX(0%); }
}

@keyframes slide-out {
0% { transform: translateX(0%); }
100% { transform: translateX(-100%); }
}
@-moz-keyframes slide-out {
0% { -moz-transform: translateX(0%); }
100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes slide-out {
0% { -webkit-transform: translateX(0%); }
100% { -webkit-transform: translateX(-100%); }
}


/* =video embeds */

.video-embed {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.video-embed iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* =ctas */

.cta-link,
.image-link {
display: block;
position: relative;
text-decoration: none;
}
.cta-link img,
.image-link img {
position: relative;
z-index: 0;
}
.cta-link .overlay,
.image-link .overlay {
position: absolute;
z-index: 1;
top:50%;
left:0;
width: 100%;
transform: translateY(-50%);
color:#fff;
text-align: center;
text-shadow: 0 0 10px rgba(0,0,0,.2);
margin:0;
}
.cta-link h2 {
color: #fff;
text-shadow: 0 0 10px rgba(0,0,0,.3);
text-align:center;
}


/* page footer */

.page-footer {
padding-top: 3em;
padding-bottom: 3em;
}


/* loading */

.loading,
.backstretch::after {
width:48px;
height:48px;
border-radius:50%;
pointer-events: none;
-webkit-transition: all .75s ease-out;
-moz-transition: all .75s ease-out;
-ms-transition: all .75s ease-out;
transition: all .75s ease-out;
}
.loading {
display: block;
position: absolute;
z-index: 0;
top:3em;
left:50%;
transform: translate(-50%, -50%);
opacity:1;
}
.loaded .loading,
.loaded.loading {
margin:0;
opacity:0;
height:0;
width:0;
-webkit-transition: all .75s ease-out;
-moz-transition: all .75s ease-out;
-ms-transition: all .75s ease-out;
transition: all .75s ease-out;
}
.backstretch::after {
display: block;
content: ' ';
position: absolute;
z-index: -1000000;
top:50%;
left:50%;
transform: translate(-50%, -50%);
}
.loading-icon {
display: block;
width:48px;
height:48px;
border-radius:50%;
margin:0 auto;
}
.wpcf7-form .loading {
position: absolute;
top:100px;
}



/* hero gallery top */

.hero-gallery {
display: none;
min-height: 100px;
}
.hero-gallery-top .hero-gallery {
display: block;
position: relative;
}
.hero-gallery-top .main {
}
.hero-gallery-content {
height: 100%;
width: 100%;
background-color: #111;
}
.hero-gallery-overlay {
z-index: 100;
}
.hero-gallery-overlay h1,
.hero-gallery-overlay h2 {
color:#fff;
}
.hero-gallery-overlay h1 {
/*margin-bottom: 0;*/
}
.hero-gallery-overlay h2 {
font-size: 24px;
}
.hero-gallery-overlay h1 + h2 {
margin-top: -2em;
}

.hero-gallery-height-100vh .hero-gallery {
height: 100vh;
}
.hero-gallery-height-90vh .hero-gallery {
height: 90vh;
}
.hero-gallery-height-75vh .hero-gallery {
height: 75vh;
}
.hero-gallery-height-66vh .hero-gallery {
height: 66vh;
}
.hero-gallery-height-50vh .hero-gallery {
height: 50vh;
}
.hero-gallery-height-33vh .hero-gallery {
height: 33vh;
}
.hero-gallery-height-25vh .hero-gallery {
height: 25vh;
}
.hero-gallery-arrows-false .button-next-hero-gallery,
.hero-gallery-arrows-false .button-previous-hero-gallery {
display: none;
}
.hero-gallery-arrows-bottom .button-next-hero-gallery,
.hero-gallery-arrows-bottom .button-previous-hero-gallery {
top: auto;
bottom: 2rem;
transform: translateY(0);
}
.button-next.button-next-hero-gallery {
/*transform: translateX(100%);*/
/*right:-40px;*/
/*outline: 1px solid #fcc;*/
}
.button-previous.button-previous-hero-gallery {
/*transform: translateX(-100%);*/
/*left:-40px;*/
/*outline: 1px solid #fcc;*/
}
.hero-gallery-layout-full-bleed .button-next-hero-gallery {
right:0;
}
.hero-gallery-layout-full-bleed .button-previous-hero-gallery {
left:0;
}
.hero-gallery-height-100vh .header {
position: absolute;
top: 0;
left: 0;
z-index: 99;
width: 100%;
}
.hero-gallery-layout-full-bleed .header {
position: absolute;
top: 0;
left: 0;
z-index: 99;
width: 100%;
background-color: transparent;
}
.hero-gallery-top .main {
padding-top: 0;
padding-bottom: 0;
}
.hero-gallery-top .main-continued {
/*padding-top: 2rem;*//*layout builder wants to close space below image*/
}
.hero-gallery-overlay-false .hero-gallery-overlay {
display: none;
}

.button-next,
.button-previous {
display: block;
position: absolute;
z-index: 999;
top: 50%;
transform: translateY(-50%);
outline: 0;
font-size: 1.5em;
line-height: 1em;
color: #fff;
text-align: center;
padding: 5px 0;
}
.button-next {
right: 0;
text-decoration: none;
}
.button-previous {
left: 0;
text-decoration: none;
}
.hero-scroll-button,
.hero-scroll-button:link,
.hero-scroll-button:visited,
.hero-scroll-button:hover,
.hero-scroll-button:focus {
display: block;
text-decoration: none;
color:#fff;
}
.hero-scroll-button *,
.hero-scroll-button:link *,
.hero-scroll-button:visited *,
.hero-scroll-button:hover *,
.hero-scroll-button:focus * {
color:#fff;
}

.hero-scroll-button i {
display: block;
text-align: center;
}
.hero-scroll-button .hero-gallery-cta {
opacity: 0;
font-size: .5rem;
line-height: 1rem;
transition: all .25s ease-out;
text-transform: uppercase;
}
.hero-scroll-button:hover .hero-gallery-cta {
opacity: 1;
font-size: .75rem;
transition: all .25s ease-out;
}
.hero-scroll-button i {
transition: all .25s ease-out;
position: relative;
}
.hero-scroll-button:hover i {
transform: translateY(.5em);
transition: all .25s ease-out;
}


.hero-gallery-content::before {
position: absolute;
content:" ";
z-index: 1;
width:100%;
height:400px;
top:0;
left:0;
background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hero-gallery-content::after {
position: absolute;
content:" ";
z-index: 1;
width:100%;
height:200px;
bottom:0;
left:0;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}





/* instagram feeds */

.instagram-item {
position: relative;
}
.instagram-item a {
display: block;
position: relative;
overflow: hidden;
}
.instagram-item .overlay {
position: absolute;
z-index: 10;
top:0;
left:0;
width:100%;
height:100%;
opacity:0;
color:#fff;
background:#333;
padding:20px;
}
.instagram-item .overlay p {
font-size:14px;
line-height: 1.2em;
}
.instagram-item:hover .overlay {
opacity:1;
}
.instagram-item .overlay {
width:100%;
height:100%;
background-color:#333;
color:#fff;
opacity: 0;
top:0;
left:0;
padding:15px;
position: absolute;
transition: all .5s ease-out;
}
.instagram-item a:hover .overlay {
opacity:1;
transition: all .5s ease-out;
}



/* slideshows */

.scrollable {
overflow: auto;
}
.slideshow-item,
.owl-stage,
.owl-stage-outer,
.owl-item,
.slideshow-item .row,
.slideshow-carousel .owl-item,
.slideshow-item .owl-height {
height:100%;
width:100%;
}
.slideshow-item .scrollable {
padding:30px;
}
.hero-slideshow,
.slideshow-carousel {
padding-bottom: 3em;
}
.hero-slideshow.layout-block {
padding-bottom: 0;
margin-bottom: 6em;
}
.hero-slideshow-carousel {
}
.hero-slideshow .table .full,
.hero-slideshow .table .extra-wide,
.hero-slideshow .table .wide,
.hero-slideshow .table .medium,
.hero-slideshow .table .narrow,
.hero-slideshow .table .extra-narrow,
.slideshow-carousel .table .full,
.slideshow-carousel .table .extra-wide,
.slideshow-carousel .table .wide,
.slideshow-carousel .table .medium,
.slideshow-carousel .table .narrow,
.slideshow-carousel .table .extra-narrow {
padding-left: 30px;
padding-right: 30px;
}


/* popup photos */

.popup-image {
position: relative;
display: block;
}
.popup-image img {
position: relative;
z-index: 0;
}
.gallery-grid .block::after,
.popup-image::after {
position: absolute;
z-index: 2;
font-family: 'Icons';
font-size:1.5em;
content:'\e805';
color:#fff;
top:50%;
left:50%;
margin-top: -0.5em;
margin-left: -0.5em;
opacity: 0;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.gallery-grid .block:hover::after,
.popup-image:hover::after {
opacity: 1;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
}




/* layout blocks */

.layout-block {
margin-bottom: 3em;
}
.layout-heading {
/*overflow: hidden;*/
}


/* gallery grid */

.gallery-grid {
padding-left: 0;
}
.gallery-grid-item {
margin-bottom: 1.5em;
}
.gallery-grid li {
display: inline-block;
max-width: 33%;
}
.gallery-grid a {
display: block;
}



/* chocolat popup lightbox */

.chocolat-zoomable.chocolat-zoomed .chocolat-img{
cursor : zoom-out;
}
.chocolat-open{
overflow: hidden;
}
.chocolat-overlay{
height:100%;
width:100%;
position:fixed;
left:0;
top:0;
z-index:10;
background-color:#fff;
display:none;
opacity: 0.9;
}
.chocolat-wrapper{
height:100%;
width:100%;
position:fixed;
left:0;
top:0;
z-index:1600;
color: #111;
}
.chocolat-zoomable .chocolat-img{
cursor : zoom-in;
}
.chocolat-loader{
height:32px;
width:32px;
position:absolute;
left:50%;
top:50% ;
margin-left:-16px;
margin-top:-16px;
z-index:11;
background:url(images/bxslider/bx_loader.gif);
/*display:none;*/
}
.chocolat-content{
position:fixed;
width:0px;
height:0px;
left:50%;
top:50%;
z-index:14;
text-align: left;
}
.chocolat-content .chocolat-img{
position:absolute;
width:100%;
height:100%;
}
.chocolat-wrapper .chocolat-left{
position:absolute;
left:0;
width:50px;
height:100px;
top: 50%;
margin-top: -50px;
cursor:pointer;
/*background:url(../images/left.png) 50% 50% no-repeat;*/
z-index: 1700;
display: none;
text-align: center;
}
.chocolat-wrapper .chocolat-right{
position:absolute;
right:0;
width:50px;
height:100px;
top: 50%;
margin-top: -50px;
cursor:pointer;
/*background:url(../images/right.png)  50% 50% no-repeat;*/
z-index: 1700;
display: none;
text-align: center;
}
.chocolat-left::after,
.chocolat-right::after,
.chocolat-close::after {
display: inline-block;
font-family: 'Icons';
font-style: normal;
font-weight: normal;
}
.chocolat-left::after {
content: '\e813';
}
.chocolat-right::after {
content: '\e814';
}
.chocolat-close::after {
display: inline-block;
content: '\e81f';
}
.chocolat-wrapper .chocolat-right.active{
display: block;
}
.chocolat-wrapper .chocolat-left.active{
display: block;
}
.chocolat-wrapper .chocolat-top{
position:absolute;
top:0px;
right: 0;
left: 0;
line-height:50px;
height:50px;
overflow: hidden;
z-index: 17;
margin-bottom: 10px;
}
.chocolat-wrapper .chocolat-close {
width:50px;
height:50px;
cursor:pointer;
position: absolute;
top: 0;
right: 0;
text-align: center;
/*background:url(../images/close.png) 50% 50% no-repeat;*/
}
.chocolat-wrapper .chocolat-bottom{
position:absolute;
bottom:0;
left: 0;
right: 0;
line-height:40px;
height:40px;
/*font-size:12px;*/
z-index: 17;
padding-left: 15px;
padding-right: 15px;
text-align: center;
margin-top: 10px;
}
.chocolat-wrapper .chocolat-set-title{
display: inline-block;
padding-right: 15px;
line-height: 1;
border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.chocolat-wrapper .chocolat-pagination{
display: none;
float: right;
padding-left: 15px;
padding-right: 15px;
margin-right: 15px;
}
.chocolat-wrapper .chocolat-fullscreen {
display: none;
/*width: 16px;
height: 40px;
background: url(../images/fullscreen.png) 50% 50% no-repeat;
display: block;
margin:auto;
cursor: pointer;
float: right;*/
}
.chocolat-wrapper .chocolat-description{
display: block;
/*float: left;*/
}

/* no container mode*/
body.chocolat-open>.chocolat-overlay{
z-index:15;
}
body.chocolat-open>.chocolat-loader{
z-index:15;
}
body.chocolat-open>.chocolat-content{
z-index:17;
}

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay{
position: absolute;
}
.chocolat-in-container{
position: relative;
}



/* tipr */

.tipr_content_light {
font-size: 12px;
color: #333;
background-color: #fff;
padding: 5px 10px;
text-transform: uppercase;
letter-spacing: .5px;
}
.tipr_content_dark {
font-size: 12px;
color: #fff;
background-color: #333;
padding: 5px 10px;
text-transform: uppercase;
letter-spacing: .5px;
}
.tipr_container_bottom {
display: none;
position: absolute;
margin-top: 13px;
z-index: 1000;
}
.tipr_container_top {
display: none;
position: absolute;
margin-top: -75px;
z-index: 1000;
}
.tipr_point_top_light, .tipr_point_bottom_light {
position: relative;
background: #fff;
border: 1px solid #dcdcdc;
}
.tipr_point_top_dark, .tipr_point_bottom_dark {
position: relative;
background: #333;
border: 1px solid #333;
border-radius: 1px;
}
.tipr_point_top_light:after,
.tipr_point_top_light:before,
.tipr_point_top_dark:after,
.tipr_point_top_dark:before {
position: absolute;
pointer-events: none;
border: solid transparent;
top: 100%;
content: "";
height: 0;
width: 0;
}
.tipr_point_top_light:after {
border-top-color: #fff;
border-width: 8px;
left: 50%;
margin-left: -8px;
}
.tipr_point_top_dark:after {
border-top-color: #333;
border-width: 8px;
left: 50%;
margin-left: -8px;
}
.tipr_point_top_light:before {
border-top-color: #dcdcdc;
border-width: 9px;
left: 50%;
margin-left: -9px;
}
.tipr_point_top_dark:before {
border-top-color: #333;
border-width: 9px;
left: 50%;
margin-left: -9px;
}
.tipr_point_bottom_light:after,
.tipr_point_bottom_light:before,
.tipr_point_bottom_dark:after,
.tipr_point_bottom_dark:before {
position: absolute;
pointer-events: none;
border: solid transparent;
bottom: 100%;
content: "";
height: 0;
width: 0;
}
.tipr_point_bottom_light:after {
border-bottom-color: #fff;
border-width: 8px;
left: 50%;
margin-left: -8px;
}
.tipr_point_bottom_dark:after {
border-bottom-color: #3d3d3d;
border-width: 8px;
left: 50%;
margin-left: -8px;
}
.tipr_point_bottom_light:before {
border-bottom-color: #dcdcdc;
border-width: 9px;
left: 50%;
margin-left: -9px;
}
.tipr_point_bottom_dark:before {
border-bottom-color: #3d3d3d;
border-width: 9px;
left: 50%;
margin-left: -9px;
}




/* =media queries */

/* mobile */

@media only screen and (max-width: 480px){

.mobile {
display: block;
}
.tablet,
.desktop {
display: none;
}
.mobile.tablet {
display: block;
}

hr-small-wrap,
.extra-narrow,
.narrow,
.medium,
.wide,
.alignwide,
.extra-wide,
.full {
padding-left:30px;
padding-right:30px;
}
.button-previous,
.button-next {
width: 30px;
}
.header,
.main,
.footer {
max-width: none;
width: auto;
}
.menu a:hover,
.menu a:focus,
.sub-menu a:hover,
.sub-menu a:focus {
}
.menu .sub-menu {
display: block;
margin: 1px 0 0;
}
.half {
width: auto;
float: none;
margin-left: 0;
margin-right: 0;
}
label {
font-size:1em;
}
.menu {
font-size:1em;
text-align: center;
position: relative;
top: 0;
left: 0;
margin-left: 0;
padding: 1em 20px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing:border-box;
}
.menu li {
text-align: center;
font-size:1em;
float: none;
display: block;
}
.white-box {
padding: 15px;
}
.hero-gallery-top .main {
padding:0;
position: relative;
z-index: 1;
width:100%;
}
.hero-gallery-overlay,
.homepage-content-overlay {
position: absolute;
bottom:80px;
left:0;
width:100%;
}

body h1,
body h1.text-60,
body h1.text-72 {
font-size:48px;
line-height: 54px;
}

.hero-gallery-overlay {
padding-left: 15px;
padding-right: 15px;
}

dl {
display:table;
width:100%;
}
dt,
dd {
display:table-cell;
}
dt {
width: 50%;
}
dd {
width: 50%;
}

.owl-prev {
left:-30px;
}
.owl-next {
right:-30px;
}

.overlay-menu-logo {
max-width:150px;
}
body .overlay-menu .overlay-menu-primary-menu a,
body .overlay-menu .overlay-menu-primary-menu a:link,
body .overlay-menu .overlay-menu-primary-menu a:visited,
body .overlay-menu .overlay-menu-secondary-menu a,
body .overlay-menu .overlay-menu-secondary-menu a:link,
body .overlay-menu .overlay-menu-secondary-menu a:visited {
font-size: 18px;
padding: 5px 0;
}
body .overlay-menu-primary-menu {
margin-bottom: 0;
}

}


/* landscape mobile */

@media only screen and (max-width: 480px) and (orientation: landscape){

}


/* mobile and tablet */

@media only screen and (max-width: 768px){

.footer .menu a {
text-align: center;
}
.menu .sub-menu {
display: block;
margin-bottom: 0;
}
.layout-menu .menu .sub-menu {
display: none;
}
.header-menu {
display: none;
}
.menu a {
display: block;
}
.header-layout-center .header-logo {
padding-top: 40px;
}
.header-logo img {
width:150px;
}

}


/* landscape mobile and tablet */

@media only screen and (max-width: 768px) and (orientation: landscape){

}


/* tablet */

@media only screen and (min-width:481px) and (max-width:768px ){

.mobile {
display: none;
}
.tablet,
.tablet.mobile {
display: block;
}
.desktop {
display: none;
}
.tablet.desktop {
display: none;
}

.hr-small-wrap,
.extra-narrow,
.narrow,
.medium,
.wide,
.alignwide,
.extra-wide,
/*.alignfull*/
.full {
padding-left:60px;
padding-right:60px;
}
.button-previous,
.button-next {
width:40px;
}

.header,
.footer {
max-width: none;
width: auto;
}
.main {
}

/*.social-links.menu {
text-align: center;
}*/
.footer-menu.menu {
padding: 0;
}
.footer-menu.menu li {
display: inline-block;
}

.owl-prev {
left:-40px;
}
.owl-next {
right:-40px;
}

body .overlay-menu-primary-menu {
margin-bottom: 0;
}
body .overlay-menu-secondary-menu {
padding-bottom: 20px;
}


}


/* tablet and desktop */

@media only screen and (min-width: 481px){

.hero-gallery-top .main {
padding:0;
position: relative;
z-index: 1;
width:100%;
}

/*.hero-gallery-top .main {
margin-bottom: 3em;
}
.hero-gallery-top .main-continued {
margin-top: -3em;
padding-bottom: 3em;
}*/

.hero-gallery-overlay,
.homepage-content-overlay {
position: absolute;
left:0;
width:100%;
padding:2rem 0 2rem;
/*color:#fff !important;*/
}
.hero-gallery-layout-full-bleed .hero-gallery-overlay {
padding-left: 60px;
padding-right: 60px;
}


.hero-gallery-overlay-hide .hero-gallery-overlay {
display: none;
}
.hero-gallery-overlay-middle .hero-gallery-overlay {
top:50%;
transform: translateY(-50%);
}
.hero-gallery-overlay-bottom .hero-gallery-overlay {
bottom:0;
}


dl {
display:table;
width:100%;
}
dt,
dd {
display:table-cell;
}
dt {
width: 33%;
}
dd {
width: 66%;
}

}


/* all desktop */

@media only screen and (min-width: 769px){

.mobile,
.tablet {
display: none;
}
.desktop,
.desktop.tablet {
display: block;
}

.hr-small-wrap,
.extra-narrow,
.narrow,
.medium,
.wide,
.alignwide,
.extra-wide,
/*.alignfull*/
.full {
padding-left:60px;
padding-right:60px;
}
.button-previous,
.button-next {
width: 60px;
}
.header,
.footer {
max-width: none;
width: auto;
float: none;
}
.header .menu li:hover > .sub-menu,
.main .menu li:hover > .sub-menu,
.main-continued .menu li:hover > .sub-menu,
.layout-menu .menu li:hover > .sub-menu {
opacity:1;
pointer-events: all;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.header .menu > li > .sub-menu,
.main .menu > li > .sub-menu,
.main-continued .menu > li > .sub-menu,
.layout-menu .menu > li > .sub-menu {
position: absolute;
z-index: 1000;
top: 99%;
left: 0;
width: 220px;
opacity:0;
pointer-events: none;
border-radius: 2px;
text-align: left;
padding-left: 0;
padding-top: .5rem;
padding-bottom: .5rem;
white-space: nowrap;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.header .sub-menu .sub-menu a,
.main .sub-menu .sub-menu a,
.main-continued .sub-menu .sub-menu a,
.layout-menu .sub-menu .sub-menu a {
padding-left: 20px;
}
.header .sub-menu .sub-menu .sub-menu a,
.main .sub-menu .sub-menu .sub-menu a,
.main-continued .sub-menu .sub-menu .sub-menu a,
.layout-menu .sub-menu .sub-menu .sub-menu a {
padding-left: 40px;
}

fieldset {
padding: 30px;
}
legend {
display: block;
}

}


/* small desktop */

@media only screen and (min-width: 769px) and (max-width: 999px){


}


/* full desktop */

@media only screen and (min-width: 1000px ){
.footer-legal {
text-transform: uppercase;
text-align: right;
padding: 0 80px 0;
}

.header-logo {
float: left;
/*position: absolute;*/
}

}


/* large desktop */

@media only screen and (min-width: 1200px){

}


/* x-large desktop */

@media only screen and (min-width: 1400px){

}



/* =print */

@media only print {

body {
border: none;
padding: 0;
background-color: #fff;
color: #000;
}
#footer,
.accountlinks,
.header-menu {
display: none;
}
.header-logo a {
font-size: 24px;
}

}



/* =grid */

/* https://github.com/kristoferjoseph/flexboxgrid */

.container-fluid {
margin-right: auto;
margin-left: auto;
padding-right: 2rem;
padding-left: 2rem;
}
.row {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -1.00rem;
margin-left: -1.00rem;
}
.flex {
display: flex;
}
.row.flex-center,
.row.grid-centered {
justify-content: center;
}
.row.reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.col.reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.col-grow,
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
box-sizing: border-box;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 1.00rem;
padding-left: 1.00rem;
}
.col-grow,
.col-xs {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-xs-1 {
-webkit-flex-basis: 8.333%;
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-xs-2 {
-webkit-flex-basis: 16.666%;
-ms-flex-preferred-size: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.col-xs-3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-xs-4 {
-webkit-flex-basis: 33.333%;
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-xs-5 {
-webkit-flex-basis: 41.667%;
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-xs-6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-xs-7 {
-webkit-flex-basis: 58.333%;
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-xs-8 {
-webkit-flex-basis: 66.667%;
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-xs-9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-xs-10 {
-webkit-flex-basis: 83.333%;
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-xs-11 {
-webkit-flex-basis: 91.667%;
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-xs-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-xs-offset-0 {
margin-left: 0;
}
.col-xs-offset-1 {
margin-left: 8.333%;
}
.col-xs-offset-2 {
margin-left: 16.666%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.333%;
}
.col-xs-offset-5 {
margin-left: 41.667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.333%;
}
.col-xs-offset-8 {
margin-left: 66.667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.333%;
}
.col-xs-offset-11 {
margin-left: 91.667%;
}

.start-xs {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-xs {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.end-xs {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-xs {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.middle-xs {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.bottom-xs {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.around-xs {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-xs {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.first-xs {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.last-xs {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}

.row.no-gutters {
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
}
.no-gutters > a,
.no-gutters > div {
padding-left: 0 !important;
padding-right: 0 !important;
}

@media only screen and (min-width: 481px){
/*.container {
width: 49rem;
}*/

.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
box-sizing: border-box;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 1.00rem;
padding-left: 1.00rem;
}
.col-sm {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-sm-1 {
-webkit-flex-basis: 8.333%;
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-sm-2 {
-webkit-flex-basis: 16.666%;
-ms-flex-preferred-size: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.col-sm-3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-sm-4 {
-webkit-flex-basis: 33.333%;
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-sm-5 {
-webkit-flex-basis: 41.667%;
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-sm-6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-sm-7 {
-webkit-flex-basis: 58.333%;
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-sm-8 {
-webkit-flex-basis: 66.667%;
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-sm-9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-sm-10 {
-webkit-flex-basis: 83.333%;
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-sm-11 {
-webkit-flex-basis: 91.667%;
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-sm-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-sm-offset-0 {
margin-left: 0;
}
.col-sm-offset-1 {
margin-left: 8.333%;
}
.col-sm-offset-2 {
margin-left: 16.666%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.333%;
}
.col-sm-offset-5 {
margin-left: 41.667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.333%;
}
.col-sm-offset-8 {
margin-left: 66.667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.333%;
}
.col-sm-offset-11 {
margin-left: 91.667%;
}

.start-sm {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-sm {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.end-sm {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-sm {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.middle-sm {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.bottom-sm {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.around-sm {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-sm {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.first-sm {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.last-sm {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}

@media only screen and (min-width: 769px){
/*.container {
width: 65rem;
}*/

.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
box-sizing: border-box;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 1.00rem;
padding-left: 1.00rem;
}
.col-md {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-md-1 {
-webkit-flex-basis: 8.333%;
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-md-2 {
-webkit-flex-basis: 16.666%;
-ms-flex-preferred-size: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.col-md-3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-md-4 {
-webkit-flex-basis: 33.333%;
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-md-5 {
-webkit-flex-basis: 41.667%;
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-md-6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-md-7 {
-webkit-flex-basis: 58.333%;
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-md-8 {
-webkit-flex-basis: 66.667%;
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-md-9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-md-10 {
-webkit-flex-basis: 83.333%;
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-md-11 {
-webkit-flex-basis: 91.667%;
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-md-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-md-offset-0 {
margin-left: 0;
}
.col-md-offset-1 {
margin-left: 8.333%;
}
.col-md-offset-2 {
margin-left: 16.666%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.333%;
}
.col-md-offset-5 {
margin-left: 41.667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.333%;
}
.col-md-offset-8 {
margin-left: 66.667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.333%;
}
.col-md-offset-11 {
margin-left: 91.667%;
}

.start-md {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-md {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.end-md {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-md {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.middle-md {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.bottom-md {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.around-md {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-md {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.first-md {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.last-md {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}

@media only screen and (min-width: 999px){
/*.container {
width: 76rem;
}*/

.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
box-sizing: border-box;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 1.00rem;
padding-left: 1.00rem;
}
.col-lg {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-lg-1 {
-webkit-flex-basis: 8.333%;
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-lg-2 {
-webkit-flex-basis: 16.666%;
-ms-flex-preferred-size: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.col-lg-3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-lg-4 {
-webkit-flex-basis: 33.333%;
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-lg-5 {
-webkit-flex-basis: 41.667%;
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-lg-6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-lg-7 {
-webkit-flex-basis: 58.333%;
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-lg-8 {
-webkit-flex-basis: 66.667%;
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-lg-9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-lg-10 {
-webkit-flex-basis: 83.333%;
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-lg-11 {
-webkit-flex-basis: 91.667%;
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-lg-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-lg-offset-0 {
margin-left: 0;
}
.col-lg-offset-1 {
margin-left: 8.333%;
}
.col-lg-offset-2 {
margin-left: 16.666%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.333%;
}
.col-lg-offset-5 {
margin-left: 41.667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.333%;
}
.col-lg-offset-8 {
margin-left: 66.667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.333%;
}
.col-lg-offset-11 {
margin-left: 91.667%;
}

.start-lg {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-lg {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.end-lg {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-lg {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.middle-lg {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.bottom-lg {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.around-lg {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-lg {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.first-lg {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.last-lg {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}


@media only screen and (min-width: 1200px){/*1400px*/
/*.container {
width: 90rem;
}*/

.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-offset-0,
.col-xl-offset-1,
.col-xl-offset-2,
.col-xl-offset-3,
.col-xl-offset-4,
.col-xl-offset-5,
.col-xl-offset-6,
.col-xl-offset-7,
.col-xl-offset-8,
.col-xl-offset-9,
.col-xl-offset-10,
.col-xl-offset-11,
.col-xl-offset-12 {
box-sizing: border-box;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 1.00rem;
padding-left: 1.00rem;
}
.col-xl {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-xl-1 {
-webkit-flex-basis: 8.333%;
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-xl-2 {
-webkit-flex-basis: 16.666%;
-ms-flex-preferred-size: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.col-xl-3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-xl-4 {
-webkit-flex-basis: 33.333%;
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-xl-5 {
-webkit-flex-basis: 41.667%;
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-xl-6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-xl-7 {
-webkit-flex-basis: 58.333%;
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-xl-8 {
-webkit-flex-basis: 66.667%;
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-xl-9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-xl-10 {
-webkit-flex-basis: 83.333%;
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-xl-11 {
-webkit-flex-basis: 91.667%;
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-xl-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-xl-offset-0 {
margin-left: 0;
}
.col-xl-offset-1 {
margin-left: 8.333%;
}
.col-xl-offset-2 {
margin-left: 16.666%;
}
.col-xl-offset-3 {
margin-left: 25%;
}
.col-xl-offset-4 {
margin-left: 33.333%;
}
.col-xl-offset-5 {
margin-left: 41.667%;
}
.col-xl-offset-6 {
margin-left: 50%;
}
.col-xl-offset-7 {
margin-left: 58.333%;
}
.col-xl-offset-8 {
margin-left: 66.667%;
}
.col-xl-offset-9 {
margin-left: 75%;
}
.col-xl-offset-10 {
margin-left: 83.333%;
}
.col-xl-offset-11 {
margin-left: 91.667%;
}

.start-xl {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-xl {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.end-xl {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-xl {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.middle-xl {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.bottom-xl {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.around-xl {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-xl {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.first-xl {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.last-xl {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}

.wines-map {
	padding: 0 5%;
	background: #fffae1;
}

.map-tip {
	padding: 0 28px;
	font-size: .8em;
}

.map-tip span {
	display: inline-block;
	animation: bounce-3 2s infinite ease;
}

@keyframes bounce-3 {
    0%, 70%, 100%   { transform: translateY(0); }
    40%, 50%  { transform: translateY(-30%); }
}

.map-legend {
	margin-top: 30px;
	border-top: 1px solid #ccc;
}

.map-legend ul {
	display: flex;
	width: 100%;
	padding: 0;
	margin: 30px 0 0;
	align-items: center;
	justify-content: space-around;
}

.map-legend li {
	list-style: none;
	text-align: center;
}

.map-legend li div {
	padding-top: 5px;
	font-family: "Libre Caslon Text", 'Times New Roman', Times, serif;
	font-weight: bold;
	text-indent: -2px;
}

.map-link {
	padding: 40px 0 50px;
	text-align: center;
}

@media screen and (max-width: 767px){
	
	.wines-map {
		padding: 0 20px;
	}

}



